home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / lzw4c12.zip / MK_ARC._M_ < prev    next >
Text File  |  1992-11-08  |  325b  |  17 lines

  1. #
  2. # Microsoft makefile for MK_ARC.C (COMPACT model )
  3. #
  4. .c.obj:
  5.      cl /AC /c $*.c
  6.  
  7. mk_arc.obj: mk_arc.c
  8.  
  9. sayerror.obj: sayerror.c
  10.  
  11. dir_io.obj: dir_io.c
  12.  
  13. rw_io.obj: rw_io.c
  14.  
  15. mk_arc.exe: mk_arc.obj sayerror.obj rw_io.obj dir_io.obj lzw4c_c.lib
  16.      link/map mk_arc sayerror rw_io dir_io,mk_arc,,lzw4c_c.lib;
  17.